home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 1 / Gekikoh Dennoh Club Vol. 1 (Japan).7z / Gekikoh Dennoh Club Vol. 1 (Japan) (Track 1).bin / kowin / archive / sys / kowin14b.lzh / kficons / Position.INC < prev    next >
Text File  |  1991-09-27  |  536b  |  13 lines

  1. #ifndef CLASS
  2. #define CLASS static
  3. #endif
  4. struct { short x,y,buf1[16],buf2[16]; } PositionPattern ={ 7,7,
  5. /*static    short    Position1[] = */{
  6.     ~0x0000, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x7FFC, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0000, ~0x0000
  7. },
  8. /*static    short    Position2[] = */{
  9.     0x0000, 0x0100, 0x0100, 0x0100, 0x0100, 0x0100, 0x0100, 0x7FFC, 0x0100, 0x0100, 0x0100, 0x0100, 0x0100, 0x0100, 0x0000, 0x0000
  10. },
  11. };
  12. /*CLASS    Sheet    PositionPattern = { 16, 16, 1, Position1, Position2 };*/
  13.